Marker Annotation Specification
Identifier:
org.eclipse.ui.editors.markerAnnotationSpecification
Since:
3.0 (originally named org.eclipse.ui.workbench.texteditor.markerAnnotationSpecification)
Description:
This extension point is used to define presentation properties of markers. Extensions provided for this extension point can be accessed using org.eclipse.ui.texteditor.MarkerAnnotationPreferences.
Configuration Markup:
<!ELEMENT extension (specification)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT specification EMPTY>
<!ATTLIST specification
annotationType CDATA #REQUIRED
colorPreferenceKey CDATA #IMPLIED
overviewRulerPreferenceKey CDATA #IMPLIED
verticalRulerPreferenceKey CDATA #IMPLIED
textPreferenceKey CDATA #IMPLIED
label CDATA #IMPLIED
highlightPreferenceKey CDATA #IMPLIED
markerType CDATA #IMPLIED
colorPreferenceValue CDATA #IMPLIED
markerSeverity (0|1|2)
presentationLayer CDATA #IMPLIED
overviewRulerPreferenceValue (true | false)
verticalRulerPreferenceValue (true | false)
textPreferenceValue (true | false)
highlightPreferenceValue (true | false)
contributesToHeader (true | false)
showInNextPrevDropdownToolbarActionKey CDATA #IMPLIED
showInNextPrevDropdownToolbarAction (true | false)
isGoToNextNavigationTargetKey CDATA #IMPLIED
isGoToNextNavigationTarget (true | false)
isGoToPreviousNavigationTargetKey CDATA #IMPLIED
isGoToPreviousNavigationTarget (true | false)
icon CDATA #IMPLIED
symbolicIcon (error|warning|info|task|bookmark)
annotationImageProvider CDATA #IMPLIED>
- annotationType -
- colorPreferenceKey -
- overviewRulerPreferenceKey -
- verticalRulerPreferenceKey - The preference key for the show in vertical ruler preference.
since: 3.0
- textPreferenceKey -
- label -
- highlightPreferenceKey - The preference key for highlighting in text.
since: 3.0
- markerType -
- colorPreferenceValue -
- markerSeverity -
- presentationLayer -
- overviewRulerPreferenceValue -
- verticalRulerPreferenceValue - The default value for showing in vertical ruler.
since: 3.0
- textPreferenceValue -
- highlightPreferenceValue - The default value for highlighting in text.
since: 3.0
- contributesToHeader -
- showInNextPrevDropdownToolbarActionKey - The preference key for the visibility in the next/previous drop down toolbar action.
since: 3.0
- showInNextPrevDropdownToolbarAction - The default value for the visibility in the next/previous drop down toolbar action.
since: 3.0
- isGoToNextNavigationTargetKey - The preference key for go to next navigation enablement.
since: 3.0
- isGoToNextNavigationTarget - The default value for go to next navigation enablement.
since: 3.0
- isGoToPreviousNavigationTargetKey - The preference key for go to previous navigation enablement.
since: 3.0
- isGoToPreviousNavigationTarget - The default value for go to previous navigation enablement.
since: 3.0
- icon - The path to the icon to be drawn for annotations of this annotation type.
- symbolicIcon - The symbolic name of the image that should be drawn to represent annotation of this annotation type. The image is only used when there is no vertical ruler icon specified for this annotation type. Possible values are: "error", "warning", "info", "task", "bookmark".
- annotationImageProvider -